home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDIRFINDFILENAMEDIALOG / TDIRFINDFILENAMEDIALOG.txt
Text File  |  2008-11-03  |  910b  |  45 lines

  1. inherited DirFindFilenameDialog: TDirFindFilenameDialog
  2.   Caption = 'Find Filename'
  3.   ClientHeight = 88
  4.   ClientWidth = 289
  5.   OnCreate = FormCreate
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   object Panel: TUiPanel
  10.     Left = 0
  11.     Top = 0
  12.     Width = 289
  13.     Height = 88
  14.     Align = alClient
  15.     BevelOuter = bvNone
  16.     TabOrder = 0
  17.     object FilenameLbl: TUiLabel
  18.       Left = 8
  19.       Top = 8
  20.       Height = 13
  21.       Caption = 'Searching for:'
  22.       FocusControl = FilenameEdit
  23.     end
  24.     object FilenameEdit: TUiEdit
  25.       Left = 8
  26.       Top = 24
  27.       Width = 273
  28.       Height = 21
  29.       AutoSelect = False
  30.       TabOrder = 0
  31.       OnChange = FilenameEditChange
  32.     end
  33.     object CloseBtn: TUiButton
  34.       Left = 208
  35.       Top = 56
  36.       Cancel = True
  37.       Caption = 'Close'
  38.       Default = True
  39.       TabOrder = 1
  40.       OnClick = CloseClick
  41.       AutoSize = asRight
  42.     end
  43.   end
  44. end
  45.